Metadata-Version: 2.1
Name: Buycoins Python SDK
Version: 0.0.1
Summary: A Python SDK for Buycoins
Home-page: https://github.com/GoZaddy/buycoins_sdk
Author: Faruq Yusuff
Author-email: faruqyusuff437@gmail.com
License: MIT
Description: # Buycoins Python SDK
        Python SDK for Buycoins
        
        ![Python Package Workflow](https://github.com/GoZaddy/buycoins_sdk/workflows/Python%20package/badge.svg)
        
        # Introduction
        
        Buycoins SDK is a Python SDK for the Buycoins API
        
        With this SDK, you gain access to all the functionality of [the official Buycoins API](https://developers.buycoins.africa).
        This means that you can:
           * Buy and sell cryptocurrencies like Bitcoin and Ethereum instantly
           * Perform P2P trading on the Buycoins platform
           * Get the latest prices of various cryptocurrencies in Naira and so on.
        
        ## Features
        Buycoins Python SDK comes with amazing features and benefits such as:
        
           * **Strong emphasis on types**
             
              Everyone loves types!
             
              All Buycoins GraphQL types and enums have a corresponding native Python Class or Enum provided by this package.
             
              There are also convenience methods for converting fields of a GraphQL response to a native Python object instantly.
           * **Capability**
              With this SDK, you have access to all the functionality of the official Buycoins API
           * **Flexibility**
                 While you can do almost anything you want to do with the classes provided, you can also write your own custom queries if you choose to, and so much more
        
        You can learn more about Buycoins SDK through the [official documentation](https://buycoins-python-sdk.readthedocs.io/en/latest/index.html)
Keywords: sdk buycoins
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
